Skip to content

[codex] Publish unified Ghost as @anarchitecture/ghost#81

Merged
nahiyankhan merged 1 commit into
codex/ghost-scanfrom
codex/anarchitecture-ghost
May 19, 2026
Merged

[codex] Publish unified Ghost as @anarchitecture/ghost#81
nahiyankhan merged 1 commit into
codex/ghost-scanfrom
codex/anarchitecture-ghost

Conversation

@nahiyankhan
Copy link
Copy Markdown
Collaborator

🤖 Created by my AI agent.

Summary

This stacks PR 81 on top of codex/ghost-scan / PR 80 and changes the public npm shape to one scoped package: @anarchitecture/ghost.

  • Renames the publishable package from packages/ghost-drift to packages/ghost and publishes one user-facing bin: ghost.
  • Folds the PR 80 scan/memory runtime and required shared core runtime into the unified package so the packed artifact has no workspace:* runtime dependencies.
  • Keeps ghost-fleet private and points it at @anarchitecture/ghost workspace exports.
  • Adds ghost skill install for one merged ghost skill bundle covering scan, memory, review, verify, compare, and remediation workflows.
  • Updates release workflows, install docs, CLI docs, generated CLI manifest, README/package README, install script/manifest, and changesets for the new scope.

Public Interface

npm install -D @anarchitecture/ghost
npx ghost scan
npx ghost review
npx ghost skill install

Exports:

  • @anarchitecture/ghost
  • @anarchitecture/ghost/scan
  • @anarchitecture/ghost/drift
  • @anarchitecture/ghost/core
  • @anarchitecture/ghost/cli

Removed public surfaces:

  • ghost-drift package/bin
  • ghost-scan package/bin
  • packed runtime dependency on @ghost/core

Validation

  • pnpm build
  • pnpm test — 460 tests passed
  • pnpm check
  • pnpm dump:cli-help
  • pnpm changeset status --verbose — minor bump to @anarchitecture/ghost 0.1.0
  • pnpm --filter @anarchitecture/ghost pack --pack-destination /private/tmp/ghost-pack-check-final
  • Inspected tarball package metadata and contents: name is @anarchitecture/ghost, bin contains only ghost, unified skill bundle is present, and no workspace:*, @ghost/core, ghost-scan, ghost-drift, or @sovereign-design references remain in the packed artifact.

Notes

The source version remains 0.0.0; the changeset is minor so first publish becomes 0.1.0.

@nahiyankhan nahiyankhan marked this pull request as ready for review May 19, 2026 04:00
@nahiyankhan nahiyankhan merged commit 45f76cb into codex/ghost-scan May 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant